GdkCursor: Don't leak a cairo surface
authorDavid Mansfield <gnome-bugzilla@dm.cobite.com>
Tue, 6 May 2014 18:50:00 +0000 (18:50 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 7 May 2014 23:29:56 +0000 (19:29 -0400)
commit00275dfc9f2f5ddd841053f516f4f5274da8aa71
tree1f11419c5df87e6dc9115209d6f1897b2fe3ddcf
parent74405cc964e405ea00cfac22856a62fea5ec648e
GdkCursor: Don't leak a cairo surface

The function gdk_cursor_new_from_pixbuf creates a cairo surface
to pass to its backend implementation, but doesn't destroy it
afterwards.
https://bugzilla.gnome.org/show_bug.cgi?id=729670
gdk/gdkcursor.c